[9/9] local_main_process_first when building dataset#23
Closed
garrett361 wants to merge 1 commit intopadding-free-squashing-8from
Closed
[9/9] local_main_process_first when building dataset#23garrett361 wants to merge 1 commit intopadding-free-squashing-8from
garrett361 wants to merge 1 commit intopadding-free-squashing-8from
Conversation
This was referenced Jun 27, 2025
Merged
Merged
Closed
This was referenced Jun 27, 2025
62edcb7 to
73b0c43
Compare
d21578f to
3463f5f
Compare
73b0c43 to
f0227b6
Compare
3463f5f to
2dc198a
Compare
f0227b6 to
11b51fd
Compare
2dc198a to
16b7b19
Compare
11b51fd to
1dee77e
Compare
16b7b19 to
62cefe3
Compare
1dee77e to
f0df295
Compare
62cefe3 to
eb01382
Compare
f0df295 to
4bbf9f0
Compare
eb01382 to
b1d9ee9
Compare
4bbf9f0 to
0772599
Compare
b1d9ee9 to
95014d7
Compare
0772599 to
a673cd1
Compare
95014d7 to
b7aaa46
Compare
prev-branch: padding-free-squashing-8
a673cd1 to
ef0da35
Compare
b7aaa46 to
8fe00b0
Compare
Owner
Author
|
Converted to draft, due to concerns that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes the
main_process_firstctx manager wrapping data creation tolocal_main_process_first, which is more appropriate for multi-node use cases (and works for single-node as well).